Welcome![Sign In][Sign Up]
Location:
Search - list with controls

Search list

[JSP/JavaSpinnerDemo

Description: SpinnerDemo演示了Java的微调控制(javax.swing.JSpinner使用)在Matlab应用。该演示包括三个纺纱用不同的数据模型:列表(细胞的字符串数组),数量和日期。纺纱厂是相互关联的使用,使他们的StateChangedCallback修改一个自动微调影响其他人。 此外,此实用工具演示如何分配键盘助记符(热键),以一个标签,并将它附加到微调控制。网页工具提示也显示在标签上()。 此实用程序还演示了如何设置,关闭与一个数字窗口有用的特性<ESC>关键。 此实用工具的灵感来自于官方的Java JSpinner演示:http://java.sun.com/docs/books/tutorial/uiswing/components/spinner.html-SpinnerDemo demonstrates the usage of Java spinner controls (javax.swing.JSpinner) in a Matlab application. The demo includes three spinners with different data models: List (cell array of strings), Number and Date. The spinners are interconnected using their StateChangedCallback so that modifying one spinner automatically affects the others. In addition, this utility demonstrates how to assign keyboard mnemonics (hot-keys) to a label and attach it to the spinner control. HTML tooltips are also demonstrated (on the labels). This utility also demonstrates how to set-up the useful feature of closing a figure window with the <ESC> key. This utility was inspired by the official Java demonstration of JSpinner: http://java.sun.com/docs/books/tutorial/uiswing/components/spinner.html
Platform: | Size: 3072 | Author: 薛少杰 | Hits:

[GUI Developww

Description: 用纯粹的API来创建窗口控件及其控制 作者: hwc 此代码示范并解释了如何用纯粹的API创建窗口控件,如使用CreateWindow和 CreateWindowEx在窗口中创建列表框、编辑框和按钮。不仅告诉你如何创建它们,而且还示范了如何使用。此外,代码还示范了如何用TAB、Shift+ -With pure API to create windows and control of control: hwc this code model and explains how to create window controls pure API, such as using CreateWindow and CreateWindowEx to create a list box in the window, edit boxes and buttons. Not only tells you how to create them, but also demonstrate how to use. In addition, the code also demonstrates how to use the TAB, Shift+
Platform: | Size: 12288 | Author: 王豪 | Hits:

[Hotel software systemBinGuan

Description: 在宾馆的日常业务中,经常需要看房间的使用情况(哪些房间被占用,哪些房间空闲),同时计算房间的使用率。用普通的表格控件或文本框显示查询结果,看起来很不直观,也不方便。本软件巧妙地应用了List View控件实现了房态查看功能,这是本软件最具特色之处。下面的程序将实现如何用List View控件完成房态的查看。-In the hotel' s daily operations, we often need to see the use of the room (which the room was occupied, and which room free), and calculate the room rate. With the ordinary form controls or text box displays the query results, it seems very intuitive nor convenient. The software cleverly applied List View control room to achieve a state View feature, which is the attraction at this software. The following program will use the List View control to achieve to complete the state' s view room.
Platform: | Size: 1024 | Author: 赵陈杰 | Hits:

[Dialog_Windowab

Description: 设计用于查询学生信息的应用程序,要求界面有一个树形控件和列表控件。树形控件分三层显示学生的分类情况:第一层是按“学院”分类,第二层按“学年”分类,第三层按“班级”分类。双击“班级”项,要在列表控件里以报表格式显示该班所有学生的学号、姓名、住址和联系方式-Designed to check student information applications require control and interface with a tree list control. Tree Controls show the students a three-tier classification: the first level is based on " college" category, the second layer by " school year" category, the third layer by " class" category. Double-click the " Class" item to the list control in report format to all students learn the course number, name, address and contact
Platform: | Size: 412672 | Author: 李海涛 | Hits:

[GUI DevelopShowDirectory

Description: 主要熟悉VC++高级控件的开发使用,应用树形控件与列表控件显示系统的资源列表-Main familiar with VC++ developers to use advanced controls, application controls and the tree list control displays a list of system resources
Platform: | Size: 29696 | Author: 穴习中 | Hits:

[WEB CodeGridViewDrillDownJQueryAjax

Description: 使用Ajax和Jquery实现GridView的展开、合并源码 1、 使用用户控件(CustomerOrders.ascx)展示订单列表,此用户控件只需要包含Repeater控件并绑定数据源 2、 新建一个简单页面GridViewDrillDownjQueryQAjax.aspx,在此页面引用用户控件,展示用户订单列表 3、 在页面GridViewDrillDownjQueryQAjax.aspx新建两个DIV:一个用来展示会员信息,一个用来展示某个会员的订单信息。当点击某一会员信息时,展示此会员的订单列表-GridView with Ajax and Jquery to achieve the expansion, mergers source 1, the use of user controls (CustomerOrders.ascx) display order list, the user control only contains the Repeater control and bind the data source 2, create a simple page GridViewDrillDownjQueryQAjax.aspx, in this reference user control page to show users a list of orders 3, page GridViewDrillDownjQueryQAjax.aspx two new DIV: one to display membership information, one to show a member of the order information. When you click on a member information, a list showing the members of the order
Platform: | Size: 72704 | Author: 米线 | Hits:

[GUI Develop4

Description: Visual C#2006与数据库。包括利用DataGridView控件显示数据库信息,数据库数据记录单,利用下拉列表框动态查询数据库信息,利用ListView控件导航数据库信息,带有数据库的会员登录系统等-Visual C# 2006 and the database. Including the use of DataGridView control to display database information, database data record sheets, use the drop-down list box dynamically query the database information, using ListView controls the navigation database information with the database system Member Login
Platform: | Size: 806912 | Author: caoyanling | Hits:

[Button controlZll.ImageTheButton

Description: 在WPF中,控件(control)一词的意义,比早期Windows编程的控件,有更特定的定义。比方说,在Windows Forms中,屏幕上的一切,都被视为控件。在WPF中,这个词保留给用户交互使用,也就是说,当用户用鼠标或键盘时,控件一般会对用户提供某种响应(feedback)。 Control类直接继承FrameworkElement,从Control继承而来的类超过50个,这些类提供给程序员各式各样的控件,包括按钮、列表框、滚动条、编辑框、菜单和工具条。这些类都是放在System.Windows.Controls与System.Windows.Controls.Primitives命名空间中。这些命名空间也包含一些不是继承自Control的类。 最经典的控件是按钮,在WPF中是Button类。 例子是点击按钮的时候,显示Image图片。-In WPF, control (control) a word meaning, than early Windows programming controls, have more specific definition. For example, the Windows Forms, screen, all be regarded as controls. In WPF, the term reserved to the user interaction use, that is, when the user with the mouse or keyboard, controls will generally provide some response (to the user feedback). Control class directly inherited from FrameworkElement, inherit the Control of more than 50 of these classes are provided to programmers various controls, including button, list box, the scroll bar, edit box, menu and toolbar. These classes are on the System Controls with Windows. J j j j Windows Controls views Primitives namespace. These namespace also contains some not inherited from the Control of classes. The most classical control is Button, in this class is WPF. Example is click on the button, display add pictures.
Platform: | Size: 38912 | Author: feifeiwua | Hits:

[GUI Developduihuakuang

Description: 对话框是Windows应用程序中最重要的用户界面元素之一,是与用户交互的重要手段,在程 序运行过程中,对话框可用于扑捉用户的输入信息或数据。对话框是一个特殊类型的窗口,任何对窗口进行的操作(如:移动、最大化、最小化等)都可在对话框中 实施,一般来说,在对话框中通过各种控件(如:按钮、编辑框、列表框、组合框等)来和用户进行交互。控件是在系统内部定义的用于和用户交互的基本单元。-Windows Application dialog box is the most important element of the user interface is an important means of interacting with the user, the program is running, the dialog box can be used to capture user input information or data. Dialog box is a special type of window, any window operations (such as: mobile, maximize, minimize, etc.) can be implemented in the dialog box, in general, through a variety of controls in the dialog box (such as: buttons, edit boxes, list boxes, combo boxes, etc.) and user interaction. Internal control is defined in the system used and the basic unit of user interaction.
Platform: | Size: 21504 | Author: pingzong | Hits:

[Internet-Networksockets

Description: 1.TCP流式套接字的编程步骤 在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK! 服务器端程序: 1、加载套接字库 2、创建套接字(socket)。 3、将套接字绑定到一个本地地址和端口上(bind)。 4、将套接字设为监听模式,准备接收客户请求(listen)。 5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。 6、用返回的套接字和客户端进行通信(send/recv)。 7、返回,等待另一客户请求。 8、关闭套接字。 客户端程序: 1、加载套接字库 2、创建套接字(socket)。 3、向服务器发出连接请求(connect)。 4、和服务器端进行通信(send/recv)。 5、关闭套接字。-Windows Application dialog box is the most important element of the user interface is an important means of interacting with the user, the program is running, the dialog box can be used to capture user input information or data. Dialog box is a special type of window, any window operations (such as: mobile, maximize, minimize, etc.) can be implemented in the dialog box, in general, through a variety of controls in the dialog box (such as: buttons, edit boxes, list boxes, combo boxes, etc.) and user interaction. Internal control is defined in the system used and the basic unit of user interaction.
Platform: | Size: 2048 | Author: pingzong | Hits:

[SQL ServerSong-management-system

Description: 歌曲查询,管理员设置,开户点歌/结账,通过与media player控件的连接,用户可选择重唱、切歌、快进、快退、暂停和停止,以及选择播放模式:单曲播放、单曲循环、顺序播放、列表循环。-Songs inquires, open an account, administrator set out with song/media player controls through the connection, users can choose the human, cutting songs, fast forward, fast rewind, suspension and stop, and choose playback modes: single broadcast, single cycle, order broadcast, list cycle.
Platform: | Size: 4917248 | Author: zhang | Hits:

[JSP/JavaFileUpload

Description: 这个仿163网盘无刷新文件上传系统,并没有用使用控件,完全的手工制作。 本来觉得这个系统会很复杂,但把每个部分都分析清楚后,其实需要的技术并不高。不过当我把各个功能函数都整理好准备进行封装时,却发现要把程序封装不是那么容易,因为程序跟html的耦合度太高。然后我逐步把程序中操作html相关的部分分离出来,首先把简单的分离,接着是文件列表,然后是file控件,最后是一些提示性程序。经过几次尝试才把整个结构封装好-The imitation of 163 network disk without refresh file upload system, and did not use use the controls, completely handmade. Thought that this system will be very complex, but every part of the clear after the fact, the technology needed is not high. But when I put the function of each function are collated ready to package, but found not so easy to make program package, because the coupling process with the html too. Then I gradually html operating procedures related to part out the simple separation of the first, followed by the file list, then the control file, and finally some hints of the program. After several attempts wrapper only then the whole structure
Platform: | Size: 8192 | Author: david | Hits:

[.net20091010104399

Description: 这是一个曾经的16岁美国少年编写的获过大奖的VB源代码,作用是对VB6或者VB.NET编写的源代码工程进行扫描分析,并把详细的分析结果返回到一个树形列表里,包括了从工程及工程组、窗体、函数、用户控件、模块、类模块等等所有的统计分析。可以详细列出代码行数统计,甚至每一个过程函数的统计。可以扫描工程中未使用的变量,并以XML和文本方式提供分析报告,还可以按照图表方式提供饼图显示代码统计信息。 -This is a 16-year-old American teenager who' s been written off winning VB source code is VB6 or VB.NET role in the preparation of projects to scan the source code analysis and the detailed analysis of the results back to a tree list, ranging from engineering and engineering group, form, function, user controls, modules, class modules, and so all of the statistical analysis. For statistics detailing the number of lines of code, and even the function of each process statistics. Can scan the project unused variables, and to provide analysis of XML and text reports can be provided in accordance with the pie chart shows the code statistics.
Platform: | Size: 335872 | Author: design1661 | Hits:

[uCOSEmbeddedGUI-0.6.2

Description: 一个非常好的、轻量级的GUI,非常适合Cortex系列的CPU移植使用-EmbeddedGUI is a GUI library for embedded system.It is much smaller than MiniGUI and can be easily transplanted to any RTOS.It provides many graphic functions and controls such as list and tree.LCD drivers are also included.Works with ARM7,ARM9,MSP430etc
Platform: | Size: 6440960 | Author: 小浩 | Hits:

[CSharpImageListViewSource

Description: C# winform中图片列表控件源码,缩略图预览,含Demo-C# winform controls in the source image list, thumbnail preview, with Demo
Platform: | Size: 683008 | Author: leohaior | Hits:

[ERP-EIP-OA-Portal20114821515371

Description: 该源代码是一个QQ为碧海蓝天的网友提供的一个套ERP源代码,完整的规划是一个完整的ERP程序,现在是只考虑做生产管理系统,主要是考虑生产的进度管理,目前做了列表,和单据,全面向对象化设计,数据库动态修改,可以灵活设计数据库,动态更新表单和列表。 运行说明: 1、先运行F:\SourceCode\DataCreate\工程1.vbp,创建数据库,选择“样板库ErpBase.mdb” 2、再运行工程"组1.vbg" 单据方面功能还没有做全,希望大家能帮我一起完善,里面有很多工程,还有一个我自己写的树控件,还有DogServer是加密狗服务程序,C/S,这个代码作者写了几年了吧,用到了两个控件:mdiactivex107svb6和 DOCKMAGIC。 -The source code is a QQ users for the blue sky provided a set of ERP source code, complete plan is a complete ERP programs, it is now only consider doing production management system, mainly on account of the progress of production management, to do list now , and documents, full to the object-oriented design, dynamic database changes, database design can be flexible, dynamic forms and update the list. Operating instructions: 1, first run F: \ SourceCode \ DataCreate \ projects 1.vbp, create the database, select the "model library ErpBase.mdb" 2, and then run the project "group 1.vbg" Documents not yet in function to do the whole, I hope you can help me with the perfect, there are many projects, there is a tree control to write my own, there is a dongle DogServer service program, C/S, the author wrote this code a few years now, used two controls: mdiactivex107svb6 and DOCKMAGIC.
Platform: | Size: 5144576 | Author: haiuko | Hits:

[Button controlCPPjiemianbianchengzip

Description:  本文将要介绍的Windows控件指的是Windows系统预定义的标准控件,如按钮控件、编辑控件和列表控件等。这些预定义控件实际是一种特殊的子窗口,主要供用户同应用程序的交互之用。-This article will introduce the windows starts control is a predefined windows starts system of standard controls, such as a button control, edit controls and list controls, etc. the predefined control is really a special kind of son, major users with application for interaction.
Platform: | Size: 301056 | Author: yaoyao | Hits:

[File OperateFile-Management-System

Description: 本程序采用Visual C++作为开发工具,参照了Windows资源管理器的结构,模拟文件管理的工作过程来创建一个文件系统。实现了树形和列表显示文件,创建文件、文件夹,对文件的打开,读写,删除,关闭,剪切,复制,粘贴,重命名,刷新,查看,及属性设置能够删除文件或文件夹。采用VC的MFC来开发程序,全部操作均为可视化,实现了不需要敲命令用鼠标就能实现对文件的各种操作,具有友好的图形界面。-The file system is based on Windows window for reference, in MFC dialog template, mainly through the tree control and list control two controls and some other control simulation file operations. This program using Visual C++ as development tools, refer to the Windows resource manager structure, the working process of the simulation document management to create a file system. Realize the tree and the list of files, creates a file, folder, of the file open,, speaking, reading and writing, delete, shut down, cut, copy, paste, rename, refresh, view, and attribute to set to delete the file or folder. The VC the MFC to development program, all operations are for visualization, realize the need not knock command with the mouse can achieve to the document all kinds of operation, with friendly graphical interface.
Platform: | Size: 4146176 | Author: longer | Hits:

[CSharpCSharp

Description: 适用于C#初学者的几个小程序,可以加深对这门语言的理解 包括有以下内容: 1.C#获取当前程序所在的文件夹.rar 2.C#界面皮肤(带例子).rar 3.C#如何使用托盘控件的实例源码.rar 4.C#文本加密解密算法示例源代码.rar 5.C#在开机时自动启动程序.rar 6.C#自定义皮肤.rar 7.CS聊天程序.rar 8.WPF模拟Windows+7气象源码.rar 9.玻璃按钮.rar 10.导出Excel格式.rar 11.导出excel列表.rar 12.动态创建控件并获取值.rar 13.读Eexcel文件.rar 14.读入写出excel.rar 15.根据cpu序列号、磁盘序列号设计软件注册程序.rar 16.滑块改变透明度,C#透明窗体实例.rar 17.加解密文件.rar 18.进度条.rar 19.可拖动控件.rar 20.漂亮Vista风格按钮示例.rar 21.启动其他程序.rar 22.上传下载文件.rar 23.生成文本为Word格式.rar 24.实现程序互斥运行 只能运行一个.rar 25.实现的Excel 2007表格读写实例.rar 26.线程启动窗口form.rar 27.研究生信息管理系统.rar 28.扬声器发声.rar 29.拖放文件超级列表框.rar-Several small programs in C# beginners can deepen the understanding of this language Include the following: 1.C# Get the current program where folder. Rar 2.C# interface skin (with examples). Rar 3.C# Examples of how to use the tray control source. Rar 4.C# text encryption algorithm example source code. Rar 5.C# program start automatically at boot time. Rar 6.C# custom skin. Rar 7.CS chat program. Rar 8.WPF analog Windows 7 meteorological source. Rar Nine glass buttons. Rar 10 Export Excel format. Rar 11 export excel list. Rar 12. Dynamically create controls and get the value. Rar 13 Read Eexcel file. Rar 14 reads write excel.rar 15 according to the registration process cpu serial number, disk serial number design software. Rar 16. Slider to change transparency, C# transparent form instance. Rar 17. Encrypt and decrypt files. Rar 18. Progress bar. Rar 19 draggable controls. Rar 20 beautiful Vista style buttons example. Rar 21 start other programs. Rar 22. Upload
Platform: | Size: 14441472 | Author: 吕温 | Hits:

[GUI DevelopScrollTable

Description: asp.net开发的自定义列表控件已完成功能:拉动滚动条自动加载数据、固定表头、固定列、跟查询绑定、鼠标单元格悬浮提示、自定义单元格宽度、自定义单元格文本位置(居中、居左、居右)、单元格数据格式化(文本、长日期、短日期、货币) -list of custom controls asp.net development completed: pull the scroll bar automatically load data, fixed header, fixed columns, with query bind mouse cell suspension prompted custom cell width, custom cell text position (center, left hand side, right hand side), the cell data formatting (text, long date, short date, currency)
Platform: | Size: 342016 | Author: 邓榜先 | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net